-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use integer primary keys for smaller tables #20
Conversation
This is also using Line 34 in d645777
I need to turn that into a non-alpha release before landing this branch. |
Here's the new schema produced by this code: git-history/tests/test_git_history.py Lines 194 to 219 in d645777
|
The I called it I'm sure I can come up with a better name for this column - and refactor the code once I do. |
I should update this reserved column list: git-history/git_history/utils.py Line 3 in 5c06ed5
|
The README talks about column names and needs to be updated, but I may also extend the README to show a full schema (maybe generated with I should rig up a live demo too, ala |
I'm going to rename |
Using new feature from simonw/sqlite-utils#342
I decided not to use |
Refs #12. Still needs a bit more work:
_item_hash_id
(I went with_item_id
)sqlite-utils
3.19 and update dependency